home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / arvore.swf / scripts / DefineButton2_52 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2007-09-27  |  108 b   |  6 lines

  1. on(press){
  2.    startDrag(this,1);
  3.    _root.txtx.selectable = false;
  4.    _root.titx.selectable = false;
  5. }
  6.